home *** CD-ROM | disk | FTP | other *** search
- Path: parsifal.nando.net!sirrobin
- From: sirrobin@nando.net (sirrobin)
- Newsgroups: comp.lang.c++
- Subject: File appending question
- Date: 17 Jan 1996 15:49:41 GMT
- Organization: NandO.net
- Message-ID: <4dj5ql$av6@castle.nando.net>
- NNTP-Posting-Host: parsifal.nando.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Okay i have another question
- I open a file with fopen using the a+ option
- The i do the following
- fseek(stream,0,SEEK_END)
- to find the end of file
- And then i use fprintf to print to the stream
- However whenever i do it always inserts a A9 or . right before
- my character??
- Why does it do this??
-
- --
- ()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()
- () Richard Arnesen () Paraphrasing Bryant Gumbel on Today ()
- () sirrobin@nando.net () So which do you think has been worse ()
- () GO WOLFPACK () for the country, Newts Contract or ()
- () () the Oklahoma City Bombing ()
- ()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()
-
-
-